@font-face {
    font-family: 'PressStart2P';
    src: url('PressStart2P-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
}

body {
    background-image: url("Youtube_Vegetta777.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
}

.barra-header {
    margin-bottom: 20px;
    text-align: center;
}

.barra-header h1 {
    font-family: 'PressStart2P';
    color: white;
    margin-bottom: 10px;
}

.barra-header nav {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 10px;
}

.barra-header nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}

.barra-header nav a:hover {
    color: #00D9D2;
}

.video {
    position: absolute;
    top: 120px;
    left: 50px;
    width: 40%;
}

.video video {
    width: 100%;
    border-radius: 15px;
    opacity: 0.95;
}

.pagina-contenedor {
    width: 50%;
    margin: 50px auto;
    margin-top: 100px;
	margin-right:-1px;
    padding: 30px;
    background: rgba(130, 130, 130, 0.85);
    border-radius: 15px;
    color: white;
}

.descripcion-pagina p {
    font-size: 18px;
    line-height: 1.6;
}

.volver {
    margin-top: 30px;
	margin-right:-100px;
    text-align: center;
}

.volver a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    background: rgba(100, 100, 100, 0.85);
    padding: 10px 20px;
    border-radius: 10px;
}

.volver a:hover {
    background: rgba(150, 150, 150, 0.9);
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: rgb(128, 0, 255);
}
